home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sun Solutions 1997 April to September
/
Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso
/
products
/
Thought
/
_install
/
run.sh
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-01-30
|
417b
|
18 lines
#! /bin/sh
# currently company dir is manually placed-should change
COMPANY_DIR=$PRODUCT_DIR/Thought
export COMPANY_DIR
#netscape $PRODUCT_DIR/Thought/demos.html -geometry =665x770+100+0
netscape -remote 'openURL('"$COMPANY_DIR/demos.html, new-window)'
#$OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Starting Slide Show" -Wx extra_large -Ww 46 -Wh 15 -Wp 400 400 $COMPANY_DIR/_install/install_show
exit 0